home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 646 b | 33 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWODMisc.hpp
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWODMISC_HPP
- #define FWODMISC_HPP
-
- // ----- OpenDoc Includes -----
-
- #ifndef FWODTYPS_H
- #include "FWODTyps.h"
- #endif
-
- // ----- Framework Includes -----
-
- #include "FWCommon.h"
- #include "FWString.h"
- #include "FWRefCnt.h"
- #include "FWExcLib.h"
- #include "FWDebug.h"
-
- #include "FWFiles.h"
- #include "FWResour.h"
-
-
- #endif
-
-